home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / amitcp / amitcp-src-22.lha / AmiTCP-2.2 / src / l / inet-handler / runstart.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  340 b   |  21 lines

  1. /*
  2.  * runstart.h
  3.  *
  4.  * HISTORY
  5.  * $Log: runstart.h,v $
  6.  * Revision 1.1  1993/10/24  12:50:39  too
  7.  * Initial revision
  8.  *
  9.  * Revision 1.1  1993/10/24  12:50:39  too
  10.  * Initial revision
  11.  *
  12.  */
  13.  
  14. #ifndef _RUNSTART_H_
  15. #define _RUNSTART_H_
  16.  
  17. struct MsgPort * mkDevice(char * devname, int namelen);
  18. void delDevice(void);
  19.  
  20. #endif /* _RUNSTART_H_ */
  21.